-
Notifications
You must be signed in to change notification settings - Fork 263
Gazebo support #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gazebo support #85
Conversation
…n_only_gazebo.launch.py
Signed-off-by: Karsten Knese <[email protected]>
Signed-off-by: Karsten Knese <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #85 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 3 3
Lines 283 283
======================================
Misses 283 283
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Signed-off-by: Karsten Knese <[email protected]>
Signed-off-by: Karsten Knese <[email protected]>
|
I also corrected the URDF. The base link was set to |
Dear @Karsten1987 not at all, thanks for fixing this and all the rest. |
|
I guess you could close your PR already, all your initial commits are still here on this PR. Would be great to have this merged at some point to have some Gazebo support upstream. |
Signed-off-by: Karsten Knese <[email protected]>
Signed-off-by: Karsten Knese <[email protected]>
|
@destogl do you mind having a look at this? |
…emos into kk/rrbot_gazebo
|
@Karsten1987 please mind what you have on a branch, this happened to have the contents of #89 as well which normally wouldn't be an issue but given that changes weren't cherry-picked to Olivier's branch but merged into, I couldn't just remove them by rebasing, had to opt for adding another magic blob merge commit to fix things. |

supersedes #64
@olivier-stasse I hope you don't mind, but I kind of took over your PR and fixed up a bunch of things to make Gazebo actually work. With that being said, please disregard olivier-stasse#1
The delay we're seeing is due to the URDF being somewhat incomplete in which the description does not deliver the
hokuyo.daemesh file. Gazebo will thus try to find it desperately and eventually time out.I added the mesh explicitly and set up a hook for Gazebo for load it on its model path.